home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFORMCOLUMNSETTINGS / TFORMCOLUMNSETTINGS.txt
Text File  |  2008-11-13  |  4KB  |  151 lines

  1. object FormColumnSettings: TFormColumnSettings
  2.   Left = 364
  3.   Top = 252
  4.   Width = 295
  5.   Height = 370
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Column Settings'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 370
  10.   Constraints.MinWidth = 295
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 16
  27.     Top = 280
  28.     Width = 252
  29.     Height = 14
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Shape = bsBottomLine
  32.   end
  33.   object Label2: TLabel
  34.     Left = 10
  35.     Top = 246
  36.     Width = 149
  37.     Height = 13
  38.     Alignment = taCenter
  39.     Anchors = [akBottom]
  40.     Caption = 'The selected column should be '
  41.     OnClick = FormCreate
  42.   end
  43.   object Label3: TLabel
  44.     Left = 211
  45.     Top = 246
  46.     Width = 52
  47.     Height = 13
  48.     Anchors = [akBottom]
  49.     Caption = 'pixels wide'
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 287
  55.     Height = 35
  56.     Align = alTop
  57.     BevelOuter = bvNone
  58.     BorderWidth = 4
  59.     TabOrder = 0
  60.     object Label1: TLabel
  61.       Left = 4
  62.       Top = 4
  63.       Width = 279
  64.       Height = 27
  65.       Align = alClient
  66.       Alignment = taCenter
  67.       AutoSize = False
  68.       Caption = 
  69.         'Check the columns you would like to make visible in this Folder.' +
  70.         '  Drag and Drop to reorder the columns. '
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       WordWrap = True
  78.     end
  79.   end
  80.   object CheckBoxLiveUpdate: TCheckBox
  81.     Left = 18
  82.     Top = 268
  83.     Width = 258
  84.     Height = 17
  85.     Anchors = [akRight, akBottom]
  86.     Caption = 'Live Update'
  87.     TabOrder = 1
  88.     OnClick = CheckBoxLiveUpdateClick
  89.   end
  90.   object ButtonOk: TButton
  91.     Left = 104
  92.     Top = 304
  93.     Width = 75
  94.     Height = 25
  95.     Anchors = [akRight, akBottom]
  96.     Caption = '&OK'
  97.     ModalResult = 1
  98.     TabOrder = 2
  99.   end
  100.   object ButtonCancel: TButton
  101.     Left = 192
  102.     Top = 304
  103.     Width = 75
  104.     Height = 25
  105.     Anchors = [akRight, akBottom]
  106.     Caption = '&Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 3
  109.   end
  110.   object VSTColumnNames: TVirtualStringTree
  111.     Left = 8
  112.     Top = 47
  113.     Width = 273
  114.     Height = 186
  115.     Anchors = [akLeft, akTop, akRight, akBottom]
  116.     CheckImageKind = ckXP
  117.     Header.AutoSizeIndex = 0
  118.     Header.Font.Charset = DEFAULT_CHARSET
  119.     Header.Font.Color = clWindowText
  120.     Header.Font.Height = -11
  121.     Header.Font.Name = 'MS Sans Serif'
  122.     Header.Font.Style = []
  123.     Header.MainColumn = -1
  124.     Header.Options = [hoColumnResize, hoDrag]
  125.     HintAnimation = hatNone
  126.     TabOrder = 4
  127.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking]
  128.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toInitOnSave, toToggleOnDblClick]
  129.     TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toThemeAware, toUseBlendedImages]
  130.     OnChecking = VSTColumnNamesChecking
  131.     OnDragAllowed = VSTColumnNamesDragAllowed
  132.     OnDragOver = VSTColumnNamesDragOver
  133.     OnDragDrop = VSTColumnNamesDragDrop
  134.     OnFocusChanging = VSTColumnNamesFocusChanging
  135.     OnFreeNode = VSTColumnNamesFreeNode
  136.     OnGetText = VSTColumnNamesGetText
  137.     OnInitNode = VSTColumnNamesInitNode
  138.     Columns = <>
  139.   end
  140.   object EditPixelWidth: TEdit
  141.     Left = 172
  142.     Top = 244
  143.     Width = 35
  144.     Height = 21
  145.     Anchors = [akBottom]
  146.     TabOrder = 5
  147.     OnExit = EditPixelWidthExit
  148.     OnKeyPress = EditPixelWidthKeyPress
  149.   end
  150. end
  151.